home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_48978.txt < prev    next >
Text File  |  1990-08-24  |  2KB  |  61 lines

  1. -- card: 48978 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 47554
  5. -- name: VISUAL EFFECTS.2
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=134 top=261 right=310 bottom=272
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=288 top=261 right=311 bottom=427
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 9
  31. -- style flags: 0
  32. -- line height: 12
  33. -- part name: 
  34.  
  35.  
  36. -- part contents for background part 1
  37. ----- text -----
  38. The visual effects in HyperCard 2.0 now work with monitors in modes other than 1 bit black and white. Monitors in 2, 4, and 8 bit modes (4, 16, and 256 colors) are supported. The visual effects will also work on secondary monitors as long as the card window does not straddle multiple monitors.
  39.  
  40. There are two visual effects added with Hypercard 2.0: stretch and shrink. Stretch appears to pull the new card image from the top, bottom, or center of the current card; shrink appears to collapse the current card image to the top, bottom, or center of its window.
  41.  
  42.  
  43.  
  44. -- part contents for card part 1
  45. ----- text -----
  46. on mouseUp
  47.      visual stretch from top
  48.      go next
  49. end mouseUp
  50.  
  51.  
  52. -- part contents for card part 2
  53. ----- text -----
  54. on goThere
  55.      visual shrink to center
  56.      pop card
  57. end goThere
  58.  
  59. -- part contents for background part 2
  60. ----- text -----
  61. VISUAL EFFECTS